Student Solution

-->

"Education is the most powerful weapon which you can use to change the world”
– Nelson Mandela

1 University

1 Course

2 Subjects

Module 4 - Lesson 1

Module 4 - Lesson 1

Q Question 1 5 / 5 pts Computer _____ is a set of ordered instructions created to accomplish a specific task. Question 2 5 / 5 pts Programming logic structure that is written to execute until the program reaches a certain state. Question 3 5 / 5 pts Match the flowchart symbol to its description. Question 4 5 / 5 pts Review the diagram and select the statements that best represent the diagram (check all that apply).

View Related Questions

Solution Preview

1.code Correct. Computer code is a set of ordered instructions created to accomplish a specific task. Computer code is a set of ordered instructions created to accomplish a specific task. 2.usually expressed with keywords such as while, repeat, for or do..until. Correct. These are used in Loop Structures which is a statement or block that is executed until the program reaches a certain state, or operations have been applied to every element of a collection. 3.The following are the correct matches. • Symbol 1 = Process • Symbol 2 = Data • Symbol 3 = Predefined Process • Symbol 4 = Termination • Symbol 5 = Decision